go/types.constDecl.init (field)

6 uses

	go/types (current package)
		decl.go#L353: 		init      []ast.Expr
		decl.go#L397: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L827: 				if i < len(d.init) {
		decl.go#L828: 					init = d.init[i]
		resolver.go#L344: 					if i < len(d.init) {
		resolver.go#L345: 						init = d.init[i]